var runtime.prof

14 uses

	runtime (current package)
		cpuprof.go#L94: 	for !atomic.Cas(&prof.signalLock, 0, 1) {
		cpuprof.go#L98: 	if prof.hz != 0 { // implies cpuprof.log != nil
		cpuprof.go#L110: 	atomic.Store(&prof.signalLock, 0)
		cpuprof.go#L127: 	for !atomic.Cas(&prof.signalLock, 0, 1) {
		cpuprof.go#L140: 	atomic.Store(&prof.signalLock, 0)
		proc.go#L4427: var prof struct {
		proc.go#L4443: 	if prof.hz == 0 {
		proc.go#L4540: 	if prof.hz != 0 {
		proc.go#L4571: 	for !atomic.Cas(&prof.signalLock, 0, 1) {
		proc.go#L4574: 	if prof.hz != hz {
		proc.go#L4576: 		prof.hz = hz
		proc.go#L4578: 	atomic.Store(&prof.signalLock, 0)
		signal_unix.go#L503: 	if prof.hz != 0 {
		signal_unix.go#L525: 	if prof.hz != 0 {